

/*honor*/
.honor{
    background: none;
    width: 100%;
}
.honor .container{
    padding: 25px 0 40px 0;
    text-align: center;
}
.flipto-prev,.flipto-next{
    color: #fff;
	background: rgba(1,47,80,0.6);
}
.flipto-prev:hover,.flipto-next:hover{
    background:rgba(1,47,80,1);
    color: #fff;
}
.flipto-prev{
    left: 0;

}
.flipto-next{
    right: 0;
}

/*gjrzzd*/
.gjrzzd{
    width: 100%;
}
.gjrzzd .rzzd_pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
	top:0;
}
.gjrzzd .rzzd-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 200px;
}

/*news*/
.news {
    width: 100%;
    background: url(../images/news_bg_29.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 40px;
}
.news ul{
    margin: 25px -10px 30px -10px;
}
.news ul li{
    position: relative;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
    margin-bottom: 20px;
}
.news ul li a{
    margin: 0 10px;
    background: #fff;
    display: block;
    padding: 15px 15px 10px 10px;
}
.news ul li:hover a{
    background: #18415f;
}
.news ul li .news_date{
    width: 60px;
    float: left;
}
.news ul li .news_date h2{
    color: #555555;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
}
.news ul li:hover .news_date h2,.news ul li:hover .news_date h2 span,.news ul li:hover .news_right h3,.news ul li:hover .news_right p{
    color: #fff;
}
.news ul li .news_date h2 span{
    color: #555555;
    font-size: 14px;
    display: block;
    line-height: 15px;
}
.news ul li:hover .news_right{
    border-left: 1px solid #14364e;
}
.news ul li .news_right{
    width: 85%;
    float: right;
    padding-left: 5%;
    border-left: 1px solid #cccccc;
}
.news ul li .news_right h3{
    color: #555555;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.news ul li .news_right p{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-top:5px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

/*partner*/
.partner{
    width: 100%;
    background: none;
}
.partner .container{
    padding-top: 30px;
}
.partner .swiper-container3{
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}
.partner .swiper-slide a{
    display: block;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.partner .swiper-pagination3{
    text-align: center;
    margin-top: 10px;
}
.partner .swiper-pagination3 span{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: rgba(0,0,0,0.6);
    margin: 2px;
}
.partner .swiper-pagination3 span.swiper-pagination-bullet-active{
    background: rgba(0,0,0,1);
}